home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / clipper / ks94an.zip / LINEDPUT.HDR < prev    next >
Text File  |  1994-04-25  |  938b  |  37 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _LineEditPut( cKey, cAlias, cField, cString ) --> nBytesWritten
  8.  
  9. PARAMETERS:
  10.  
  11. cKey   : Unique record key for relational lookups
  12. cAlias : Alias Name of work area for text
  13. cField : Field name in the cALias work area for text
  14. cString: Text to PUT
  15.  
  16. SHORT:
  17.  
  18. Write LineEdit Comments to comment base.
  19.  
  20. DESCRIPTION:
  21.  
  22. _LineEditPut() writes a character string (cString) to records the
  23. open database that is specified in cAlias and indexed on cKey.  The field
  24. that the string spans is cField.
  25.  
  26. SEE _LineEditGet() for a full discussion.
  27.  
  28. NOTE:
  29.  
  30.  
  31.  
  32. EXAMPLE:
  33.  
  34. See _LineEditGet() for complete discussions and examples.
  35.  
  36. ******************************************************************************/
  37.